home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 033a / tqotd405.exe / TQOTD405.DOC < prev    next >
Text File  |  1991-08-18  |  6KB  |  185 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. The Quote Of The Day Version 4.05 (Documentaion)
  10. Copyright (c) 1990, 1991 by Cal Gardner
  11. All rights reserved  
  12.  
  13.  
  14. Air Waves SuperBBS, 1200-19200 Baud, GumNet, FidoNet, SuperNet, and MORE!
  15. +1-416-984-4076.
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.   ╓──────────────────╖
  28. ──╢ Program Overview ╟─────────────────────────────────────────────────────────
  29.   ╙──────────────────╜
  30.  
  31.         You are probably saying what the heck is Tqotd?  Well, Tqotd
  32. was first released (Version 1.00) way back in October 1990 written in
  33. Turbo Pascal 3.2a. Why I was using that version is beyond me but it was
  34. my first major project.  I never released a version after 2.0 as it
  35. was too slow and wasn't that good of a program.  When I received Pascal
  36. 5.5 in March, then things were started up again.  Then came new versions.
  37. The best one yet had been 3.76 and now, here is 4.00  
  38.  
  39.         The Quote Of The Day picks quotes from a file in sequential
  40. order (Or Random in previous and upcoming versions).  It creates an 
  41. ANSI and ASCII file for BBS or Non-BBS purposes.  It will work on any
  42. BBS but is designed for SuperBBS/Remote Access BBS systems.  In
  43. previous versions it was only made for the QuickBBS type systems, but
  44. now supports any and all bbs types.
  45.  
  46.   ╓────────────╖
  47. ──╢ Disclaimer ╟───────────────────────────────────────────────────────────────
  48.   ╙────────────╜
  49.         
  50.         The author of this program does not take any responsibility of any
  51. money loss, hardware or software loss or damage, or any other problems caused
  52. by The Quote of The Day and files included in the origional archive.  
  53.  
  54.   ╓────────────────╖
  55. ──╢ Files It Needs ╟───────────────────────────────────────────────────────────
  56.   ╙────────────────╜
  57.  
  58.         Here is a list of files that are needed to run Tqotd or were in
  59.  the origional archive.
  60.  
  61. TQOTD.EXE       The main executable file for Tqotd.
  62. TQOTD.BBS       All the quotes that Tqotd uses. More can be added!
  63. TQOTD400.DOC    Documentation.  This is what you are reading
  64. TQOTD.SMP       Tqotd.Cfg sample File 
  65. TQOTD.CFG       Tqotd Configuration File.
  66. TQOTD.IDX       The Quote Of The Day Quote Index File. Will be created
  67.  
  68.   ╓──────────────╖
  69. ──╢ Installation ╟──────────────────────────────────────────────────────────────
  70.   ╙──────────────╜
  71.  
  72.  
  73.         The Quote Of The Day can be placed anywhere on your hard/floppy
  74. drive.  In my examples, I will have Tqotd in a directory called D:\TQOTD.
  75.  
  76.         Place all files from the Tqotd archive into the directory of your 
  77. choice.  Now, take a look at Tqotd.Smp or look here for the format of
  78. Tqotd.Cfg.
  79.  
  80. Line 1 > BBS Name
  81. Line 2 > Your or the SysOp's Name
  82. Line 3 > Path and name of the ANSI file to write to
  83. Line 4 > Path and name of the ASCII file to write to
  84. Line 5 > Bottem Text File - Contains your string to prompt for the
  85.          enter key, etc.
  86.  
  87. Here is an example now.
  88.  
  89. Air Waves SuperBBS
  90. Cal Gardner
  91. D:\SUPERBBS\TEXT\TQOTD.ANS
  92. D:\SUPERBBS\TEXT\TQOTD.ASC
  93. PAUSE.STR
  94.  
  95.         (See later regarding Line 5)
  96.  
  97.         You can create this file with any Ascii Editor. Tqotd no longer
  98. requires ANY command line parameters.  
  99.  
  100.  
  101.         There is a door for adding quotes in the making for your users to
  102. add thier own quotes or jokes, but for now, if you wish to add quotes to the
  103. quote file, which is Tqotd.BBS, here is how you do it.  This requires an
  104. Ascii editor. The quotes are in this format
  105.  
  106.  
  107. * (indicates beginning of a quote)
  108. The Quote.
  109. * (indicates end and a beginning of a quote)
  110. Another Quote.
  111. *
  112.  
  113. So, For Example, it might look like this
  114.  
  115. *
  116. You can tune a piano, but you can't tuna fish!
  117. *
  118. 189,272 miles per second.  Not just a good idea, it's the law!
  119. *
  120.  
  121. So, you just have to begin and end your quote with an asterik.  A quote
  122. can be added anywhere into the quote file too.
  123.  
  124.   ╓────────────────╖
  125. ──╢ Tqotd Changes! ╟───────────────────────────────────────────────────────────
  126.   ╙────────────────╜
  127.  
  128.         A few local boards around here are running T.A.G. and wish to use
  129. TQOTD.  They reported a bug to me in regards to the pause string that TQOTD
  130. 4.00 supported.  I have removed all that bit with the SBBS/RA type, etc and
  131. now you specifiy on the 5th line of the config file the name of the file
  132. that holds your BBS pause string.  This MUST be only 12 characters. (Which
  133. means the file must be in the tqotd directory).  This could hold this
  134. for example.
  135.  
  136.                      Press your ENTER Key To Continue..^A 
  137.  
  138. (Where ^A equals the actual ASCII Character).  Tqotd only reads 1 line and
  139. that is the first line in this file.
  140.  
  141.   ╓──────────────╖
  142. ──╢ Registration ╟──────────────────────────────────────────────────────────────
  143.   ╙──────────────╜
  144.  
  145.         I realize how much SysOp's have to register, seeing I also run a 
  146. board, but I am not asking for much.  If you wish to receive a copy of
  147. Tqotd in your name, please send $5.00. (For free registration, see the next
  148. few pages).  Here is the address to send your canadian/american funds to:
  149.  
  150.         Tqotd Registration
  151.         c/o Cal Gardner
  152.         92 Green Maple Drive
  153.         St Catharines, Ontario
  154.         L2P 3P5
  155.  
  156.         Send the registration form with all the important information filled
  157. out.  
  158.  
  159.   ╓───────────╖
  160. ──╢ Free Key! ╟─────────────────────────────────────────────────────────────────
  161.   ╙───────────╜
  162.  
  163.         If you wish to support Tqotd, you can receive free registration.
  164. All you have to do is the following :
  165.  
  166.   ■ If you are a part of any Network, such as GumNet or FidoNet for example,
  167.     Place a "Magic Word", (for Example TQOTD) that users or other SysOp's
  168.     can request to receive the latest version.
  169.  
  170.   ■ Make this file clearly available in your BBS utils directory or anywhere
  171.     else on your board that other SysOp's will notice it and leave a short
  172.     message regarding it.
  173.  
  174.   ■ Continue to use it!
  175.  
  176.         If you wish to do this for me, I will gladly add you to my list 
  177. of support boards to the documentation and the information regarding my
  178. utilities and programs on my BBS.  Send a registration file via data through
  179. FidoNet, GumNet or SuperNET, or if you wish call my board.
  180.  
  181. Air Waves SuperBBS, USR Courier 9600 HST (19200), FidoNet 1:247/117,
  182. GumNet 43:1/4, SuperNet 42:1390/201.  Or Call +1-416-984-4076.
  183.  
  184.  
  185.